home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / TGM / Install TGM next >
Text File  |  1996-01-12  |  568b  |  32 lines

  1.  
  2. echo "Copying Librarys and Fonts and Stuff"
  3. wait 2
  4. if exists sys:libs/CanDoGfx.library
  5. echo "CanDoGfx Library already there!"
  6. wait 3
  7. else
  8. copy df0:tgm/libs/CanDoGfx.library to sys:libs/
  9. endif
  10. if exists sys:c/togglewb
  11. echo "ToggleWB is already there!"
  12. wait 3
  13. else
  14. copy df0:tgm/c/togglewb to sys:c/
  15. endif
  16. if exists sys:fonts/orient
  17. echo "Orient already there!"
  18. wait 3
  19. else
  20. copy df0:tgm/fonts/orient to sys:fonts/
  21. endif
  22. if exists sys:fonts/orient.font
  23. ECHO "Orient.font already there!"
  24. wait 3
  25. else
  26. copy df0:tgm/fonts/orient.font to sys:fonts/
  27. endif
  28. ECHO "Fini"
  29. wait 5
  30.  
  31.  
  32.